home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Przegladarki internetowe / Mozilla Seamonkey 1.0.5 pl / seamonkey-1.0.5.pl-PL.win32.installer.exe / MAIL.XPI / bin / chrome / messenger.jar / content / messenger / am-mdn.xul < prev    next >
Encoding:
Extensible Markup Language  |  2004-06-13  |  6.7 KB  |  148 lines

  1. <?xml version="1.0"?>
  2.  
  3. <!--
  4.  
  5.  ***** BEGIN LICENSE BLOCK *****
  6.  Version: MPL 1.1/GPL 2.0/LGPL 2.1
  7.  
  8.  The contents of this file are subject to the Mozilla Public License Version
  9.  1.1 (the "License"); you may not use this file except in compliance with
  10.  the License. You may obtain a copy of the License at
  11.  http://www.mozilla.org/MPL/
  12.  
  13.  Software distributed under the License is distributed on an "AS IS" basis,
  14.  WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  15.  for the specific language governing rights and limitations under the
  16.  License.
  17.  
  18.  The Original Code is mozilla.org Code.
  19.  
  20.  The Initial Developer of the Original Code is
  21.  Netscape Communications Corporation.
  22.  Portions created by the Initial Developer are Copyright (C) 1998-2001
  23.  the Initial Developer. All Rights Reserved.
  24.  
  25.  Contributor(s):
  26.  
  27.  Alternatively, the contents of this file may be used under the terms of
  28.  either of the GNU General Public License Version 2 or later (the "GPL"),
  29.  or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  30.  in which case the provisions of the GPL or the LGPL are applicable instead
  31.  of those above. If you wish to allow use of your version of this file only
  32.  under the terms of either the GPL or the LGPL, and not to allow others to
  33.  use your version of this file under the terms of the MPL, indicate your
  34.  decision by deleting the provisions above and replace them with the notice
  35.  and other provisions required by the GPL or the LGPL. If you do not delete
  36.  the provisions above, a recipient may use your version of this file under
  37.  the terms of any one of the MPL, the GPL or the LGPL.
  38.  
  39.  ***** END LICENSE BLOCK ***** -->
  40.  
  41. <?xml-stylesheet href="chrome://messenger/skin/accountManage.css" type="text/css"?>
  42.  
  43. <!DOCTYPE page SYSTEM "chrome://messenger/locale/am-mdn.dtd">
  44.  
  45. <page xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  46.     onload="parent.onPanelLoaded('am-mdn.xul');">
  47.  
  48.   <stringbundle id="bundle_smime" src="chrome://messenger/locale/am-mdn.properties"/> 
  49.   <script type="application/x-javascript" src="chrome://messenger/content/AccountManager.js"/>
  50.   <script type="application/x-javascript" src="chrome://messenger/content/am-mdn.js"/>
  51.   
  52.   <dialogheader title="&pane.title;"/>
  53.  
  54.   <groupbox>
  55.  
  56.     <caption label="&pane.title;"/>
  57.  
  58.     <hbox id="prefChoices" align="center">
  59.       <radiogroup id="identity.use_custom_prefs" wsm_persist="true" genericattr="true" 
  60.                   preftype="bool" prefstring="mail.identity.%identitykey%.use_custom_prefs" 
  61.                   oncommand="EnableDisableCustomSettings();">
  62.         <radio id="identity.select_global_prefs" value="false" label="&useGlobalPrefs.label;"
  63.                accesskey="&useGlobalPrefs.accesskey;"/>
  64.         <radio id="identity.select_custom_prefs" value="true" label="&useCustomPrefs.label;"
  65.                accesskey="&useCustomPrefs.accesskey;"/>
  66.       </radiogroup>
  67.     </hbox>
  68.  
  69.     <vbox id="returnReceiptSettings" class="indent" align="start">
  70.       <checkbox id="identity.request_return_receipt_on" label="&requestReceipt.label;"
  71.                 accesskey="&requestReceipt.accesskey;"
  72.                 wsm_persist="true" genericattr="true" iscontrolcontainer="true"
  73.                 preftype="bool" prefstring="mail.identity.%identitykey%.request_return_receipt_on"/>
  74.  
  75.       <vbox id="receiptArrive">
  76.         <description id="receiptArriveLabel">&receiptArrive.label;</description>
  77.         <radiogroup id="server.incorporate_return_receipt" wsm_persist="true" genericattr="true" 
  78.                     preftype="int" prefstring="mail.server.%serverkey%.incorporate_return_receipt">
  79.           <radio id="leave_in_inbox" value="0" label="&leaveIt.label;"
  80.                  accesskey="&leaveIt.accesskey;"/>
  81.           <radio id="move_to_sent" value="1" label="&moveToSent.label;"
  82.                  accesskey="&moveToSent.accesskey;"/>
  83.         </radiogroup>
  84.       </vbox>
  85.  
  86.       <vbox id="receiptRequest">
  87.         <description id="receiptRequestLabel">&requestMDN.label;</description>
  88.         <radiogroup id="server.mdn_report_enabled" wsm_persist="true" genericattr="true" 
  89.                     preftype="bool" prefstring="mail.server.%serverkey%.mdn_report_enabled" 
  90.                     oncommand="EnableDisableAllowedReceipts();">
  91.           <radio id="never_return" value="false" label="&never.label;"
  92.                  accesskey="&never.accesskey;"/>
  93.           <radio id="return_some" value="true" label="&returnSome.label;"
  94.                  accesskey="&returnSome.accesskey;"/>
  95.         </radiogroup>
  96.  
  97.         <hbox id="receiptSendIf" class="indent">
  98.           <grid>
  99.             <columns><column/><column/></columns>
  100.             <rows>
  101.               <row align="center">
  102.                 <label id="notInToCcLabel" value="¬InToCc.label;"
  103.                        accesskey="¬InToCc.accesskey;" control="server.mdn_not_in_to_cc"/>
  104.                 <menulist id="server.mdn_not_in_to_cc" wsm_persist="true" genericattr="true" 
  105.                           preftype="int" prefstring="mail.server.%serverkey%.mdn_not_in_to_cc">
  106.                   <menupopup>
  107.                     <menuitem value="0" label="&neverSend.label;"/>
  108.                     <menuitem value="1" label="&alwaysSend.label;"/>
  109.                     <menuitem value="2" label="&askMe.label;"/>
  110.                   </menupopup>
  111.                 </menulist>
  112.               </row>
  113.               <row align="center">
  114.                 <label id="outsideDomainLabel" value="&outsideDomain.label;"
  115.                        accesskey="&outsideDomain.accesskey;" control="server.mdn_outside_domain"/>
  116.                 <menulist id="server.mdn_outside_domain" wsm_persist="true" genericattr="true" 
  117.                           preftype="int" prefstring="mail.server.%serverkey%.mdn_outside_domain">
  118.                   <menupopup>
  119.                     <menuitem value="0" label="&neverSend.label;"/>
  120.                     <menuitem value="1" label="&alwaysSend.label;"/>
  121.                     <menuitem value="2" label="&askMe.label;"/>
  122.                   </menupopup>
  123.                 </menulist>
  124.               </row>
  125.               <row align="center">
  126.                 <label id="otherCasesLabel" value="&otherCases.label;"
  127.                        accesskey="&otherCases.accesskey;" control="server.mdn_other"/>
  128.                 <menulist id="server.mdn_other" wsm_persist="true" genericattr="true" 
  129.                           preftype="int" prefstring="mail.server.%serverkey%.mdn_other">
  130.                   <menupopup>
  131.                     <menuitem value="0" label="&neverSend.label;"/>
  132.                     <menuitem value="1" label="&alwaysSend.label;"/>
  133.                     <menuitem value="2" label="&askMe.label;"/>
  134.                   </menupopup>
  135.                 </menulist>
  136.               </row>
  137.             </rows>
  138.           </grid>
  139.         </hbox>
  140.  
  141.       </vbox>
  142.  
  143.     </vbox>
  144.  
  145.   </groupbox>
  146.  
  147. </page>
  148.